table {
    background-color: none !important;
}

th {
    color: unset !important;
    background-color: transparent !important;
}

tr {
    margin: 20px !important;
}

table td {
    color: #333 !important;
    text-align: center !important;
    padding: 10px;
}

.row-spacing {
    margin-bottom: 50px !important;
    /* Adjust this value as needed for your desired spacing */
}

#example tbody td:first-child {
    font-weight: 600;
}

/* #example tbody td:nth-child(2) {
    color: #606CB1 !important;
} */

/* Add margin between rows in the tbody */
table tbody tr {
    margin-bottom: 10px !important;
    /* Adjust as needed */
}

.page-link.active,
.active>.page-link {
    background-color: #70ADDE;
    border-color: #70ADDE;
}

.custom-pagination {
    display: flex;
    color: black;
}

td i {
    padding: 4px;
    color: #522E68;
}

#example_paginate {
    display: flex !important;
    justify-content: end;
}

.page-link {
    color: #70ADDE;
}

.pagination {
    --bs-pagination-font-size: 0.7rem;
    padding-left: 5px;
}

.dataTables_info {
    color: #212529 !important;
}

.employeelist {
    overflow-x: hidden;
    margin: 0;
}

.dropdown-toggle {
    color: #C1C8E5;
}

.profile-dropdown {
    color: #522E68 !important;
    border: none;
}

.search-bar:active {
    border: 5px solid #C1C8E5 !important;
    border-radius: 20px !important;
}

.search-bar {
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s;
    width: 30%;
    border: none;
    padding: 10px !important;
    border-radius: 20px !important;

}

.search-bar:focus {
    border-color: #C1C8E5;
}

:root {
    --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {
    display: block;
}

body {
    margin: 0;
    font-size: smaller !important;
    font-weight: 400;
    line-height: 1.5;
    color: #BEBEBE;
    text-align: left;
    background-color: #f4f4f4;
}

a {
    cursor: pointer;
}

.side-label {
    font-weight: 700;
    color: #2D2A44;
    font-size: small;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

#sort {
    color: #C1C8E5 !important;
    border-color: #C1C8E5 !important;
    border-radius: 6px;
    padding: 5px 8px;
    font-size: smaller;
}



.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.side-dropdown p {
    color: #BEBEBE;
}

.side-dropdown {
    border: 1px solid #BEBEBE;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}

.dashboard {
    height: 125vh;
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.menu-toggle {
    transition: all 0.3s ease;
}

.menu-toggle:hover {
    transform: scale(1.2);
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px 0;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #522E68;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    min-height: 84px;
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}

.dashboard-nav a {
    color: #515151;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-color: #522E68;
}

.dashboard-nav a {
    color: #fff;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 56px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
    opacity: 50%;
}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
}

.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
    opacity: 100%;
}

.vertical-line {
    border-left: 1px solid #BEBEBE;
    height: 50px;
    top: 0;
    bottom: 0;
}

.active {
    background: rgba(0, 0, 0, 0.1);
    opacity: 100%;
}

.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #522E68;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
    text-decoration: none;
    color: #522E68;
}

.menu-toggle i {
    font-size: 20px;
}

p {
    font-size: smaller !important;
}

.page-title {
    color: #522E68;
    font-size: larger;
    font-weight: 700;
}

.pageSelector {
    padding: 5px 8px;
    font-size: smaller;
    border-radius: 6px;
}

.dashboard-toolbar {
    min-height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.searchbar {
    position: relative;
    flex: 1 1 auto !important;
}

.search {
    text-indent: 15px;
    color: #C1C8E5;
    border: none;
    height: 45px;
    border-radius: 0px;

}

.search::placeholder {
    color: var(--Light-purple, #C1C8E5) !important;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.fa.fa-search {
    color: var(--Light-purple, #C1C8E5);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.side-input {
    border-radius: 15px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eee;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #C1C8E5;
}

label {
    font-size: smaller;
}

.label {
    color: #2D2A44;
    font-weight: 700;
}

.close {
    background-color: #70ADDE;
    opacity: 100%;
    color: white !important;
    transform: translateX(-60px);
}

.searchbar i {
    position: absolute;
    top: 14px;
    left: 4px;
    color: #b8b9bc;
}

.new-employee {
    background-color: #606CB1;
    color: white;
    padding: 10px 14px;
    border-radius: 4px;
}

.new-employee:hover {
    background-color: #475083;
}

.gray-paragraph {
    color: #BEBEBE;
    font-size: smaller;
}

.fa-search {
    margin-left: 5px !important;
}

.view-container {
    min-height: 60vh;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #f4f4f4;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: 10px;
}

.form-control {
    border-radius: 15px !important;
}

.choices__list--multiple .choices__item {
    background-color: #70ADDE !important;
    border: 1px solid #ffffff !important;
    color: #fff;
    width: auto !important;
}

.choices__list {
    color: black !important;
}

.choices__inner {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    min-height: 35px !important;
    line-height: 0 !important;
    color: var(--bs-body-color) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: 15px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.choices__input {
    background-color: white !important;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

.form-floating>label {
    z-index: 0;
}

.pink-text {
    color: pink !important;
    /* Add any other styles you want for the third column */
}

.key-icon {
    color: #606CB1 !important;
}

.role-container {
    display: flex;
    flex-wrap: wrap;
}


.employee-role {
    color: #606CB1;
    background-color: #F1F1F1;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 23px;
    margin-right: 10px;
    font-weight: 600;
}

.remove-animation {
    animation: removeRow 0.5s ease-in-out forwards;
}

@keyframes removeRow {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-50px);
        /* Adjust as needed */
    }
}

.icon-container {
    cursor: pointer;
    /* Set cursor to pointer on hover */
}

.row-animation {
    animation: disappear 0.5s ease-in-out forwards;
    /* Animation definition */
}

@keyframes disappear {
    from {
        opacity: 1;
        transform: translateY(0);
        /* Start from full opacity and no translation */
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        /* Animate to 0 opacity and translate up 100% (offscreen) */
    }
}

/* Large screens */
@media (min-width: 992px) {
    .dashboard-app {
        margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }

    .dashboard-toolbar {
        left: 238px;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
}

/* Medium-sized screens */
@media (max-width: 992px) {
    .dashboard-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }

    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .view-container {
        height: 30vh;
    }
}

/* Small screens */
@media (max-width: 768px) {
    .dashboard-content {
        padding: 15px 0px;
    }

    .save-changes-btn {
        justify-content: center;
    }


    .close {
        transform: translateX(0px);
        margin-bottom: 20px;
    }

    .view-container {
        height: auto;
    }

    .table-info {
        justify-content: center;
    }

}

@media (max-width: 400px) {
    .table-info {
        flex-direction: column;
    }
}